@resf/pebble

Pebble is the upcoming UI design kit for the RESF's web experiences.

Usage no npm install needed!

<script type="module">
  import resfPebble from 'https://cdn.skypack.dev/@resf/pebble';
</script>

README

@resf/pebble

Pebble is the upcoming UI design kit for the RESF's web experiences.

NPM JavaScript Style Guide

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.