Skip to content

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

License

Notifications You must be signed in to change notification settings

adhaniscuber/atomic-system

Repository files navigation

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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published