Status: Tags: Links: ReactJS
React CSS and Styles
Principles
- Cannot put two elements in at once, unless you type cast as a div
class
in html =>className
for JSX- ex)
<p className="{name}">This is a paragraph</p>
- Cannot apply to components, only elements
- ex)
In-code styles
- Used for more dynamic js based on variables Inline
|
|
Using style
var
|
|
Backlinks
|
|
References:
Created:: 2021-10-03 15:18