0.8.15 • Published 2 years ago

@doc-blocks/guideline v0.8.15

Weekly downloads
18
License
MIT
Repository
github
Last release
2 years ago

@doc-blocks/guideline

Welcome to my Guideline component.

Installation

npm i @doc-blocks/guideline
# or with yarn
yarn add @doc-blocks/guideline

Usage

To use this component simply provide a label and some jsx to render.

Example:

import { Do, Dont } from '@doc-blocks/guideline';


<Do label="Keep button text to 1-2 words">
  <Button>Click me</Button>
</Do>

<Dont label="Have buttons with more than 2 words">
  <Button>Click me to do the thing that is a</Button>
</Dont>
0.8.14

2 years ago

0.8.15

2 years ago

0.8.13

2 years ago

0.8.12

2 years ago

0.8.11

3 years ago

0.8.10

3 years ago

0.8.9

3 years ago

0.8.8

3 years ago

0.8.7

3 years ago

0.8.6

3 years ago

0.8.5

3 years ago

0.8.4

3 years ago

0.8.3

3 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.5

4 years ago