A simple and customizable component library to build faster, beautiful, and more accessible React applications.
npm install @peculiar/react-components@peculiar/react-componentsA simple and customizable component library to build faster, beautiful, and more accessible React applications.
To install @peculiar/react-components in your project, you will need to run the
following command using npm:
``bash`
npm install @peculiar/react-components
If you prefer Yarn, use the following command instead:
`bash`
yarn add @peculiar/react-components
`tsx
import { Button, ThemeProvider } from '@peculiar/react-components';
function MyComponent() {
return (
);
}
``
Licensed under the MIT.