vndre / xstyled

Consistent theme based CSS for styled-components πŸ’…πŸ‘©β€πŸŽ€βš‘οΈ

Home Page:https://www.smooth-code.com/open-source/xstyled/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xstyled

A new way to style components

License npm package npm downloads CircleCI codecov Code style Dependencies DevDependencies Small size

npm install @xstyled/styled-components styled-components

See the documentation at smooth-code.com/open-source/xstyled for more information about using xstyled!

Quicklinks to some of the most-visited pages:

Example

import styled from '@xstyled/styled-components'

const Box = styled.div`
  background-color: primary; /* ⟢ theme.colors.primary */
  margin: 2; /* ⟢ theme.space.2 */
`

export default Box

License

Licensed under the MIT License, Copyright Β© 2019-present Smooth Code.

See LICENSE for more information.

About

Consistent theme based CSS for styled-components πŸ’…πŸ‘©β€πŸŽ€βš‘οΈ

https://www.smooth-code.com/open-source/xstyled/

License:MIT License


Languages

Language:JavaScript 99.9%Language:CSS 0.1%