1.0.1 • Published 2 years ago
@not-react/base-components v1.0.1
Base-Components
Basic UI Components
Install
npm install @not-react/base-components
CSS Dependency
This module depends on CSS provided by the @not-react/style
module.
Usage
import * as Base from '@not-react/base-components';
const button = Base.Button('Click me', () => alert('Hello, world!'));