Skip to content

Commit

Permalink
fix(docs): Add section on customization of the styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joerideg committed Dec 3, 2024
1 parent c0b0ac3 commit 3e6d680
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme/limitless-ui-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ The headless components can be combined with the optional style bundle and to ge
'out-of-the-box' experience. Simply import `style.css` from the package in your projects preferred
way.

### Customizing styling

One can of course add styling to specific classes added in the templates of the components like
`<SearchBox>`. There are also a set of css properties, e.g. `--lui-search-box-min-height`, that can
be set to a different value than their defaults.

## Troubleshooting

If you encounter issues:
Expand Down

0 comments on commit 3e6d680

Please sign in to comment.