0.9.2 • Published 5 months ago

epic-tag v0.9.2

Weekly downloads
-
License
CC-BY-NC-4.0
Repository
github
Last release
5 months ago

epic-tag

Advanced styled components for React.

  • 💅 Styled components
  • 🏠 Native updates without rerender
  • 🤌 State (hover, focus...) specific styles
  • 💨 String based property shortcuts

Usage

Use the tag method to apply styles to any tag resulting in reusable and extendable styled components.

import { render } from 'epic-jsx'
import { tag } from 'epic-tag'

const MyButton = tag('button', 'color-blue', { hover: 'color-red', focus: 'color-green' })

render(<MyButton>Hover Me!</MyButton>)
0.9.0

5 months ago

0.9.2

5 months ago

0.9.1

5 months ago

0.8.1

6 months ago

0.8.0

6 months ago

0.7.0

6 months ago

0.6.1

8 months ago

0.6.0

11 months ago

0.5.1

12 months ago

0.5.0

12 months ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago