https://github.com/ahmadnsam/tailwindui-kit
PCF components UI Kit, sourced from Tailwind UI components, built with Reactjs and Tailwindcss
https://github.com/ahmadnsam/tailwindui-kit
pcf powerapps reactjs tailwindcss tailwindui
Last synced: 7 months ago
JSON representation
PCF components UI Kit, sourced from Tailwind UI components, built with Reactjs and Tailwindcss
- Host: GitHub
- URL: https://github.com/ahmadnsam/tailwindui-kit
- Owner: ahmadnsam
- License: mit
- Created: 2022-10-15T08:44:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T08:06:00.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T16:40:52.790Z (7 months ago)
- Topics: pcf, powerapps, reactjs, tailwindcss, tailwindui
- Homepage: https://viteapps.dev/series/tailwindui-kit
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tailwindui-kit
PCF components UI Kit, sourced from Tailwind UI components, built with Reactjs and Tailwindcss

## Installation
To be able to install the controls, follow the below steps1- Enable Code components on Canvas apps, follow link [here](https://learn.microsoft.com/en-us/power-apps/developer/component-framework/component-framework-for-canvas-apps)
2- Install the tailwindui-kit from the [releases page](https://github.com/ahmadnsam/tailwindui-kit/releases) into your environment
2- Create a new app or open an existing one
3- Click to import components

4- Switch to Code tab and select one of the Kit components

5- You will see a new group "Code Components"

## Components Documentation
Follow this [link](https://viteapps.dev/series/tailwindui-kit) to check the components documentation## Components
### ComboBox
An auto complete dropdown list with a beautiful layout

📃: [Combo Box Documentation](https://viteapps.dev/combo-box-control)
### Radio Group
Radio Group representation component

📃: [Radio Group Documentation](https://viteapps.dev/radio-group)
### Text Input

### Advanced Text Area

📃: [Advanced Text Area Documentation](https://viteapps.dev/advanced-text-area)
### Alert

📃: [Alert Documentation](https://viteapps.dev/alert-control)