Atomic System is a collection of styled-system prop with custom simple property names.
import { compose } from '@styled-system/core'
import { background } from 'atomic-system'
...
compose(
background
)
...
<Box bgs='red' bgPosi='center' bgRepeat='no-repeat' />
This page -> Table References
- setup Env (Typescript)
- initial styled-system
- create default variable
- create interface props
- create config
- add intellisense
- add documentation
- publish npm
- create interface props and creata config from table references
This the detail -> CONTRIBUTING