Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faceless-ui/collapsibles
A React library for expanding and collapsing DOM elements
https://github.com/faceless-ui/collapsibles
accordion collapsible details dropdown react react-component typescript
Last synced: 12 days ago
JSON representation
A React library for expanding and collapsing DOM elements
- Host: GitHub
- URL: https://github.com/faceless-ui/collapsibles
- Owner: faceless-ui
- License: mit
- Created: 2019-11-13T05:13:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T04:45:18.000Z (7 months ago)
- Last Synced: 2024-11-28T17:40:23.242Z (about 1 month ago)
- Topics: accordion, collapsible, details, dropdown, react, react-component, typescript
- Language: TypeScript
- Homepage: https://facelessui.com/docs/collapsibles
- Size: 1.08 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![NPM](https://img.shields.io/npm/v/@faceless-ui/collapsibles)](https://www.npmjs.com/@faceless-ui/collapsibles)
![Bundle Size](https://img.shields.io/bundlephobia/minzip/@faceless-ui/collapsibles?label=zipped)# React Collapsibles
Read the full documentation [here](https://facelessui.com/docs/collapsibles).
### Installation
```bash
$ npm i @faceless-ui/collapsibles
$ # or
$ yarn add @faceless-ui/collapsibles
```## Development
To develop this module locally, spin up the [demo app](./demo/App.demo.js):
```bash
$ git clone [email protected]:faceless-ui/collapsibles.git
$ yarn
$ yarn dev
$ open http://localhost:3000
```## License
[MIT](https://github.com/faceless-ui/collapsibles/blob/master/LICENSE) Copyright (c) Faceless UI