package.README.md Maven / Gradle / Ivy
# qui-card
Card UI component
## Installation
```bash
npm i @qomponent/qui-card
```
## Usage
```javascript
import '@qomponent/qui-card';
```
```html
Hello
```
### Header
Basic string header can be provided with the `header` attribute, example:
```html
```
More complex header can be provided with the `header` slot, example:
```html
Here the header
```
### Footer
Basic string footer can be provided with the `footer` attribute, example:
```html
```
More complex footer can be provided with the `footer` slot, example:
```html
Here the footer
```
## Example
To run the example:
```bash
npm install
npm start
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
## License
[Apache 2](http://www.apache.org/licenses/LICENSE-2.0)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy