Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhalverson/lulu-components
component lib named after my 🐶
https://github.com/benhalverson/lulu-components
Last synced: 7 days ago
JSON representation
component lib named after my 🐶
- Host: GitHub
- URL: https://github.com/benhalverson/lulu-components
- Owner: benhalverson
- License: mit
- Created: 2022-09-24T09:25:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T08:04:03.000Z (almost 2 years ago)
- Last Synced: 2024-09-16T23:28:47.939Z (2 months ago)
- Language: TypeScript
- Size: 1.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A component library for React using tsdx and scss
## Installation
```bash
npm install @benhalverson/lulu-components
```## Usage
```jsx
import React from 'react'
import { LuluButton } from '@benhalverson/lulu-components'const App = () => {
return Click me
}
```