Features
- Size 2KB
- Support flexible customization and theming
- Modern Web style, ready to use out of the box
- No JavaScript, no dependencies
Install
$ npm i daisyui --save
Or the page introduces css
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.1/dist/tailwind.min.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/daisyui@1.10.0/dist/full.css" rel="stylesheet" type="text/css" />
Usage example
<button class="btn btn-primary">DaisyUI Button</button>
Post comment 取消回复