Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🐶

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
}
```