0.0.4-0 • Published 6 years ago

@listenthen/ui-components v0.0.4-0

Weekly downloads
-
License
-
Repository
github
Last release
6 years ago

UI Components

@listenthen/ui-components is a collection of React components created by @listenthen Team

Install

npm i -D @listenthen/ui-components

Use in your project:

import React from 'react'
import Button from '@listenthen/ui-components/Button'

const MyComponent = () =>
  <Button onClick={() => console.log('thanks for clicking :)')}>
    Click me!
  </Button>;
0.0.5-0

6 years ago

0.0.4-0

6 years ago

0.0.3

6 years ago

1.0.0

6 years ago