1.0.0 • Published 4 years ago

atomic-system v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

atomic-system

Introduce

Atomic System is a collection of styled-system prop with custom simple property names.

How to use

import { compose } from '@styled-system/core'
import { background } from 'atomic-system'

...
  compose(
    background
  )
...

<Box bgs='red' bgPosi='center' bgRepeat='no-repeat' />

Table References

This page -> Table References

Todo

  • setup Env (Typescript)
  • initial styled-system
  • create default variable
  • create interface props
  • create config
  • add intellisense
  • add documentation
  • publish npm

Contribution

  • create interface props and creata config from table references

This the detail -> CONTRIBUTING