ascend-ui
v0.2.142
Published
```bash npm install ```
Readme
Installation
npm installDevelopment Server
npm run devEverything inside src/lib is part of the library, everything inside src/routes is part of the preview app.
Building
To build the library:
npm run packageTo create a production version:
npm run buildYou can preview the production build with npm run preview.
Publishing
Go into the package.json file and increment the version then run the following:
npm publishChangelog
2/10/2025 - Status Tag component now uses column key for mapping overrides and tooltip copy declarations. 3/31/2025 - Added chart-filter-header slot to charts for chart-level filter components (i.e. selectors). Separate from chart-header slot.
