Pure Components provides dependency-free ui components to help you build your projects faster.
Work in progress!
https://nathanssantos.github.io/pure-components/
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">