We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d0ce7c + 92c4605 commit 1dd762cCopy full SHA for 1dd762c
README.md
@@ -1,4 +1,4 @@
1
-### CSS constructor 💄 for React components
+
2
3
Every React component gets an inbuilt javascript constructor for functional logic.
4
@@ -41,7 +41,7 @@ export default class Hello extends React.Component {
41
`
42
43
render () {
44
- return (<div> // 🔼 Attaches styles to the highest element in your component
+ return (<div> // 🔼 Attaches class to the highest element
45
<img src="https://github.com/siddharthkp.png"/>
46
<div id="handle">@siddharthkp</div>
47
</div>)
header.png
22.6 KB
0 commit comments