This is still a work in progress Introudction Artisan UI is a component library that aims to bring the elegance of ShadCN to laravel. It is built using tailwind, alpine JS, and laravel blade. Official website You can find the official docs on the Artisan UI website. Follow me @yungif...
that can be easily integrated into any react project. Rewind-UI comes with a set of default styles that can beeasily customizedusing Tailwind CSS classes. Furthermore, each component can be parameterized using a set of props that can be used to change the default styles of the component. ...
Tailwind CSS 3.1.8– “A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.” daisyUI 2.24.0– “The most popular, free and open-source Tailwind CSS component library.” Create fu...
If you want to learn how to build this component in Alpine.js and Next.js, check out the first and second parts: Using Tailwind CSS and Alpine.js to Create Animated and Accessible Tabs Using Tailwind CSS and Next.js to Create Animated and Accessible Tabs ...
Vue component for creating Pagination using Tailwind CSS. Install npm install --save @ocrv/vue-tailwind-pagination Usage Import library styles import'@ocrv/vue-tailwind-pagination/styles' Js Import the components importVueTailwindPaginationfrom'@ocrv/vue-tailwind-pagination' ...
<LuzmoVizItemComponent appServer={process.env.NEXT_PUBLIC_LUZMO_APP_SERVER} apiHost={process.env.NEXT_PUBLIC_LUZMO_API_HOST} authKey={authKey} authToken={authToken} type='donut-chart' The one thing I should point out is my use of Tailwind classes:w-1/2(width: 50%) andh-80(height:...
In this tutorial, Fortune Ikechi is going to show you how to use Grommet as a UI library for React applications. He’ll use Grommet as a UI library of choice to create a pricing component, this would help you have a better understanding of how to use Grommet. This tutorial will be ben...
For instance, let’s say you have a coffee-mug custom element that takes a size property. You can use it in a Svelte component like so: <coffee-mug class="mug" size="large"></coffee-mug> You can open this Svelte REPL to follow along. You should see the custom element render the ...
for an element in Tailwind) to the component and have the SVG automatically inherit that color. After writing a crazy hack to achieve this functionality I discover SVG offers this functionality out of the box with a property called: fill: currentColor. To add to the spoils, Tailwind offers a...
TheencryptionKeyis a unique key used to encrypt and decrypt data before storing and after retrieving it. After we have created our instance, we can then import the instance in any component and use it. More great articles from LogRocket: ...