Skip to content

Commit 1dd762c

Browse files
committed
Merge branch 'master' of github.com:siddharthkp/css-constructor
2 parents 1d0ce7c + 92c4605 commit 1dd762c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### CSS constructor 💄 for React components
1+
![CSS constructor for React](https://raw.githubusercontent.com/siddharthkp/css-constructor/master/header.png)
22

33
Every React component gets an inbuilt javascript constructor for functional logic.
44

@@ -41,7 +41,7 @@ export default class Hello extends React.Component {
4141
`
4242

4343
render () {
44-
return (<div> // 🔼 Attaches styles to the highest element in your component
44+
return (<div> // 🔼 Attaches class to the highest element
4545
<img src="https://github.com/siddharthkp.png"/>
4646
<div id="handle">@siddharthkp</div>
4747
</div>)

header.png

22.6 KB
Loading

0 commit comments

Comments
 (0)