@resf/pebble
v0.9.0
Published
Pebble is the upcoming UI design kit for the RESF's web experiences.
Downloads
22
Readme
@resf/pebble
Pebble is the upcoming UI design kit for the RESF's web experiences.
Install
npm install --save @resf/pebble
Usage
import React from 'react'
import { Button } from '@resf/pebble'
import '@resf/pebble/dist/styles.css'
const Example = () => {
return <Button small primary>Hey guys!</Button>
}
License
This project, the source code within it, and all produced distributions of it, are licensed purely under the BSD 3-Clause license, a copy of which can be found in the accompanying LICENSE file.