Skip to content

Commit

Permalink
fix: small grammar fixes (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislvca authored Mar 18, 2024
1 parent f52baa8 commit b819052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ description: The headless components for Svelte.

Bits UI is a collection of headless component primitives that enable you to build your own custom components. They have been thoughtfully designed to prioritize simplicity without compromising customizability.

Under the hood, most of these components are powered by [Melt UI](https://melt-ui.com), which provides an even lower-level builder API for creating headless components. Bits takes that API and wrap it in a more familiar component interface, allowing us to handle some quality of life improvements for you.
Under the hood, most of these components are powered by [Melt UI](https://melt-ui.com), which provides an even lower-level builder API for creating headless components. Bits takes that API and wraps it in a more familiar component interface, allowing us to handle some quality of life improvements for you.

## Unstyled

Bits UI components are unstyled by default. This means that they don't come with any styles out of the box. This is intentional, as it allows you to style them however you want. You can use the `class` prop to apply your own styles, or use the applied data attributes to target the components across your entire application. Check out the [styling](/docs/styling) section for more information.

## Customizable

Each component has a wide range of props that allow you to customize the behavior of the component to fit your needs. Events are also dispatched for each interaction, allowing you to override the default functionality of the component.
Each component offers a wide range of props for customizing behavior to fit your needs. Events are also dispatched for each interaction, allowing you to override the default functionality of the component.

## Accessible

Expand Down

0 comments on commit b819052

Please sign in to comment.