Skip to content

kaufmanhenry/h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖨️ react-basic-style-guide

A style guide component. Used to create flexible style guides.

Install

$ yarn add react-basic-style-guide

Usage

import React from 'react'
import { Section, Wrapper } from 'react-basic-style-guide'

const App = () => (
  <Wrapper title="Style Guide">
    <Section name="Text 1">
      Some text here.
    </Section>
    <Section name="Text 2">
      Some text here.
    </Section>
  </Wrapper>
)

export default App

License

MIT © Henry Kaufman