Sha256: 9bef4b080b0d9a94d0aa01320735c98f8fb688dfd1c4f04e34f476c06c177a98

Contents?: true

Size: 1019 Bytes

Versions: 11

Compression:

Stored size: 1019 Bytes

Contents

# UI Components

A set of UI Components with supporting files.

Most of these files started from `templates/tailwind` where the original HTML component examples were stored.

This list of files was then processed to generate files under `ui-components/tailwind`

The output files are segmented by their extension.

## templates/tailwind

The original HTML file will contain tailwind CSS with both static content data. Any comments that were originally in the file are there as well. These files can be considered the source of truth and basically are copied form a source.

## ui-components/tailwind

- `[component-group][component-name].settings.json` - any settings that can be extracted from original html or have been manually updated live in this file.
- `[component-group][component-name].data.json` - any data that can be extracted from the HTML is in this file, this is done using GPT3.
- `[component-group][component-name].astro` - the HTML component and it's data interface (Astro.props) go into this file



Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tailwind_dsl-0.0.32 .components/readme.md
tailwind_dsl-0.0.31 .components/readme.md
tailwind_dsl-0.0.30 .components/readme.md
tailwind_dsl-0.0.29 .components/readme.md
tailwind_dsl-0.0.28 .components/readme.md
tailwind_dsl-0.0.27 .components/readme.md
tailwind_dsl-0.0.26 .components/readme.md
tailwind_dsl-0.0.25 .components/readme.md
tailwind_dsl-0.0.24 .components/readme.md
tailwind_dsl-0.0.23 .components/readme.md
tailwind_dsl-0.0.22 .components/readme.md