API reference
This section provides detailed reference documentation for working with React Strict DOM.
babel
- preset - Configure babel for web builds.
css
- css - An overview of working with styles.
- css.create - How to create styles.
- css.createTheme - How to create themes.
- css.defineVars - How to define variables.
- css.firstThatWorks - How to declare fallback values.
html
- html - An overview of working with components.
- html.* - Common components and props.
- html.a - Anchor component.
- html.button - Button component.
- html.img - Image component.
- html.input - Input component.
- html.label - Form label component.
- html.li - List item component.
- html.optgroup - Option group component.
- html.option - Option component.
- html.select - Option select component.
- html.textarea - Textarea component