2.2.0 • Published 3 years ago

@patomation/ui v2.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

React Ui Components

A React js UI component library using material design principles. Includes all the building blocks to build a Gatsby website or a regular web app. Inline styles used but classes are available to override things. A config file exists for customizing global sizes and colors. Tested and linted JavaScript goodness.

Installation

yarn add @patomation/ui

or

npm install @patomation/ui --save

Basic Usage

import { Hero, Button, Icon, Footer } from '@patomation/react-ui-components'

const myComponent = () => {
  <div>
    <Hero
      image='/images/hero_image.jpg'
      title='My Cool Site'
      description='well met'>

    <Button title='cool beans' />

    <Icon name='star' /> {/* Supports svg material icons no font required */}

    <Footer>Footer Stuff</Footer>
  </div>
}

export default MyComponent

Full Documentation

Troubleshooting

Error: ENOSPC: System limit for number of file watchers reached, watch fix: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

2.2.0

3 years ago

2.1.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0-beta18

4 years ago

2.0.0-beta17

4 years ago

2.0.0-beta16

4 years ago

2.0.0-beta15

4 years ago

2.0.0-beta14

4 years ago

2.0.0-beta13

4 years ago

2.0.0-beta12

4 years ago

2.0.0-beta11

4 years ago

2.0.0-beta10

4 years ago

2.0.0-beta9

4 years ago

2.0.0-beta8

4 years ago

2.0.0-beta7

4 years ago

2.0.0-beta5

4 years ago

2.0.0-beta6

4 years ago

2.0.0-beta4

4 years ago

2.0.0-beta3

4 years ago

2.0.0-beta2

4 years ago

2.0.0-beta1

4 years ago

1.8.7

4 years ago

1.8.6

4 years ago

1.8.5

4 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.5

4 years ago

1.6.2

4 years ago