README
Base Components
All the components in this module should be FREE of any styling. They should only implement the core functionality of patterns. Styling should be responsibility of other components using this.
Accessible React Components used as building blocks for UI patterns
<script type="module">
import basicUiCarousel from 'https://cdn.skypack.dev/@basic-ui/carousel';
</script>
All the components in this module should be FREE of any styling. They should only implement the core functionality of patterns. Styling should be responsibility of other components using this.