@elementary/components

0.6.1 • Public • Published

Elementary Components

Components you can use ruthlessly in your everyday React Projects. install size

Read Docs

Getting Started

# install components
$ yarn add @elementary/components

Use in your Projects

// include in your file
import { Button, Row, Text } from '@elementary/components'

const Social = () => <Row>
  <Button color='white' bg='blue'>Facebook</Button>
  <Button color='white' bg='red'>Pinterest</Button>
  <Button color='white' bg='green'>Medium</Button>
</Row>

const AwesomeText = () => <Text letterSpacing='2px' f='18px' tt='uppercase'>Awesome</Text>

const WithHoverStyles = () => <Text color='burlywood' hover={{ color: 'cadetblue', letterSpacing: '22px' }}>Hover Me!</Text>)

Package Sidebar

Install

npm i @elementary/components

Weekly Downloads

2

Version

0.6.1

License

MIT

Unpacked Size

10.6 kB

Total Files

4

Last publish

Collaborators

  • rajatsharma