Dependency-free, prebuilt UI component library to help you build projects faster.
npm install @nathanssantos/pure-componentsImport styles in your app's entry point:
import '@nathanssantos/pure-components/style.css';Import the 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">