Skip to content

Commit 3fb9236

Browse files
committed
remove beta tag πŸŽ‰
1 parent 2644c55 commit 3fb9236

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

β€ŽREADME.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
### CSS constructor πŸ’„ for React components
22

3-
![beta](https://img.shields.io/badge/status-beta-yellow.svg)
4-
5-
--
6-
73
Every React component gets an inbuilt javascript constructor for functional logic.
84

95
**Introducing the css constructor for styling!**
@@ -107,16 +103,10 @@ Or, if you would prefer using πŸ’„ without adding the babel transform for decora
107103

108104
--
109105

110-
You can start using this right away. Even though πŸ’„ is in `BETA`, the `@css` block will always look the same.
111-
112-
#### Beta
113-
114-
The implementation is still fragile, report bugs if find any. Or, bookmark with a ⭐️ and check back soon.
115-
116106
#### How does it work?
117107

118108
πŸ’„ uses [ES7 class method decorators](https://github.com/wycats/javascript-decorators) on the render function.
119-
I'll probably write a detailed post about it.
109+
Detailed post coming soon.
120110

121111
#### Inspiration
122112

0 commit comments

Comments
Β (0)