@peculiar/react-components

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

Usage no npm install needed!

<script type="module">
  import peculiarReactComponents from 'https://cdn.skypack.dev/@peculiar/react-components';
</script>

README

@peculiar/react-components

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 } from '@peculiar/react-components';

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

📝 License

Licensed under the MIT.