@peculiar/react-components
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

@peculiar/react-components

A simple and customizable component library to build faster, beautiful, and more accessible React applications.

Getting started

To install @peculiar/react-components in your project, you will need to run the following command using npm:

npm install @peculiar/react-components

If you prefer Yarn, use the following command instead:

yarn add @peculiar/react-components

Usage

import { Button, ThemeProvider } from '@peculiar/react-components';

function MyComponent() {
  return (
    <ThemeProvider>
      <Button>
        Example usage
      </Button>
    </ThemeProvider>
  );
}

📚 Documentation

📝 License

Licensed under the MIT.

Readme

Keywords

Package Sidebar

Install

npm i @peculiar/react-components

Weekly Downloads

523

Version

0.6.0

License

MIT

Unpacked Size

1.31 MB

Total Files

892

Last publish

Collaborators

  • rmhrisk
  • microshine
  • yury.strozhevsky
  • peculiarventures
  • apilguk
  • donskov