@nathanssantos/pure-components
v0.0.45
Published
Pure Components provides prebuild dependency-free ui components to help you build your projects faster.
Downloads
54
Maintainers
Readme
Pure Components
Pure Components provides prebuild dependency-free ui components to help you build your projects faster.
Work in progress!
Looking for the documentation?
https://nathanssantos.github.io/pure-components/
Install
To use Pure Components in your project, run one of the following commands in your terminal:
$ yarn add @nathanssantos/pure-components
$ npm install @nathanssantos/pure-components
Import styles in your app's entry point:
import '@nathanssantos/pure-components/style.css';
Import Inter font:
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet">