adonisjs-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.20 • Public • Published

adonisjs-ui

npm version npm downloads

Setup

Install the package:

node ace add adonisjs-ui

Import Tailwind CSS and Adonisjs UI in your CSS

/* resources/css/app.css */

@import "tailwindcss";
@import "adonisjs-ui";

Usage

@ui.button({ type: 'primary' })
  Button
@end

<!-- or -->

@component("ui::button", { type: 'primary' })
  Button
@end

<!-- or -->

<ui:button type="primary">Button</ui:button>

<!-- or using `edge-tags` -->
<x-ui::button type="primary">Button</x-ui::button>

License

Published under the MIT license. Made by community 💛

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.2018latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.2018
0.0.191
0.0.185
0.0.173
0.0.161
0.0.150
0.0.141
0.0.131
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.71
0.0.61
0.0.50
0.0.41
0.0.31
0.0.20
0.0.10

Package Sidebar

Install

npm i adonisjs-ui

Weekly Downloads

34

Version

0.0.20

License

MIT

Unpacked Size

76.3 kB

Total Files

86

Last publish

Collaborators

  • kabbouchi