Skip to content

Commit

Permalink
update: format
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Nov 25, 2023
1 parent 4fa2b1d commit b2168e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/UI/Molecules/FancyListBox/FancyListBox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
To use `FancyListBox`, import it into your React component and then use `FancyListBox.Item` to add list items.

```jsx
import FancyListBox from "./path/to/FancyListBox";
import FancyListBox from './path/to/FancyListBox';

const MyComponent = () => (
<FancyListBox>
Expand Down Expand Up @@ -50,4 +50,4 @@ const MyComponent = () => (

## Styling

Both `FancyListBox` and `FancyListBoxItem` can be styled using styled-components. `FancyListBox` applies its styles through `FancyBoxStyle`, and `FancyListBoxItem` uses `StyledLi` for styling, which can be customized via the `externalStyle` prop.
Both `FancyListBox` and `FancyListBoxItem` can be styled using styled-components. `FancyListBox` applies its styles through `FancyBoxStyle`, and `FancyListBoxItem` uses `StyledLi` for styling, which can be customized via the `externalStyle` prop.

0 comments on commit b2168e9

Please sign in to comment.