Commit Graph
38 Commits
Author SHA1 Message Date
Natxo d8ede614ac Add Indicator component for displaying status 2026-03-31 12:17:39 +02:00
Natxo 862422ae42 Add Stack component for rendering stacked elements 2026-03-31 12:17:24 +02:00
Natxo bf3ee40641 Add Swap component for toggle functionality 2026-03-31 12:17:05 +02:00
Natxo 62a3677187 Create Stat.js 2026-03-31 12:16:50 +02:00
Natxo fd0324135b Add List component for rendering item lists 2026-03-31 12:16:40 +02:00
Natxo ccbe8e5c4a Add Fieldset component for structured grouping 2026-03-31 12:16:28 +02:00
Natxo 5797e3cea5 Add Navbar component with styling and props 2026-03-31 12:16:09 +02:00
Natxo c7fb374f38 Add Tooltip component
Implement Tooltip component for displaying tips.
2026-03-31 12:15:52 +02:00
Natxo a417cb420f Add Badge component for displaying badges 2026-03-31 12:15:35 +02:00
Natxo e517bbe540 Add Drawer component for UI drawer functionality 2026-03-31 12:15:08 +02:00
Natxo d4bf359501 Add Menu component for rendering menu items 2026-03-31 12:14:53 +02:00
Natxo b920a14b5e Add Table component for rendering data in tabular format 2026-03-31 12:14:40 +02:00
Natxo 76641410e7 Implement Tabs component with dynamic content 2026-03-31 12:14:26 +02:00
Natxo c34fb76a2a Add Accordion component for collapsible sections 2026-03-31 12:14:10 +02:00
Natxo 8fd234ea4c Add Dropdown component for UI 2026-03-31 12:13:58 +02:00
Natxo 7f55732be1 Add Modal component for displaying dialogs 2026-03-31 12:13:46 +02:00
Natxo 3dda7ef1e0 Add Range component for input range selection 2026-03-31 12:13:34 +02:00
Natxo 361101a463 Add Radio component for radio input functionality 2026-03-31 12:13:24 +02:00
Natxo 7c6ee5394c Create Checkbox.js 2026-03-31 12:13:12 +02:00
Natxo 0e849ea03a Add Colorpicker component for color selection 2026-03-31 12:12:54 +02:00
Natxo 0006d1d9a9 Add Datepicker component for date selection 2026-03-31 12:12:30 +02:00
Natxo cf8bb00a40 Implement Autocomplete component with options and navigation 2026-03-31 12:12:13 +02:00
Natxo cefeae4a8b Add Select component for dropdown selection
Implement a Select component with label and options.
2026-03-31 12:11:57 +02:00
Natxo 51d1bb7c84 Rename button.js to Button.js 2026-03-31 12:08:04 +02:00
Natxo 0e6adbe44f Add Fileinput component for file selection 2026-03-31 12:07:51 +02:00
Natxo 019213f01c Implement Input component with dynamic features 2026-03-31 12:07:28 +02:00
Natxo 10a3f971d9 Add Button component with badge and tooltip support
Implement a Button component with optional badge and tooltip.
2026-03-31 12:05:22 +02:00
Natxo ab01398878 Add utility functions for value and class joining 2026-03-31 11:44:40 +02:00
Natxo e8d8993f01 Rename src/i18n.js to src/core/i18n.js 2026-03-31 11:44:03 +02:00
Natxo d4b8d8831e Add i18n support for Spanish and English 2026-03-31 11:43:44 +02:00
Natxo d9d4970324 Add icon exports for various UI elements 2026-03-31 11:43:23 +02:00
Natxo 4597eb2b25 Update package.json for version and entry point changes
Updated version, main entry point, and added peer dependencies.
2026-03-31 11:35:17 +02:00
Natxo b1b1099f86 Bump version from 1.0.1 to 1.0.2 2026-03-30 23:25:48 +02:00
Natxo 40cb6ea22b Downgrade version from 1.1.0 to 1.0.0 2026-03-30 15:25:13 +02:00
Natxo 1d25d3dedb Add .gitignore file with common exclusions 2026-03-30 15:24:40 +02:00
Natxo 76b18e580d Add GitHub Actions workflow for NPM publishing 2026-03-30 15:24:13 +02:00
Natxo 0188ef4d6e Update README to indicate beta status of SigPro UI 2026-03-30 15:19:08 +02:00
Natxo a882c8be25 Update Readme to indicate work in progress 2026-03-30 15:18:22 +02:00