A library of components to simplify launching a web3 project. The components are written in Typescript, React and Tailwind.
View all components in the Storybook: https://tymoran.github.io/cryptonents
Install the package
$ npm install tymoran/cryptonents
$ #or
$ yarn add tymoran/cryptonents
Import and use the component you want from the library:
import { Button } from 'tymoran/cryptonents';
...
<Button label="Click me!" />
...
Contributions are currently not accepted.
Cryptonents is licensed under the MIT license.
© 2022 - Tymoran