Skip to content

danielschleindlsperger/crockpot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crockpot

(Typesafe) styled HTML Elements with design system props.

import React from 'react'
import { C } from 'crockpot'


const Component = () => (
  <C.section mt={3}>
    <C.h1 color="white" bg="darkgrey">Hello!</C.h1>
    <C.button onClick={() => alert('BOOH')}>Click me</C.butotn>
  </C.section>
)

TODO

  • theming

Contributing

Commands

npm start
npm build
npm t
npm lint

About

(Typesafe) styled HTML Elements with design system props

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published