superset/superset-frontend/packages/superset-ui-core
Jan Suleiman a986a61b5f
feat(plugin): add plugin-chart-cartodiagram (#25869)
Co-authored-by: Jakob Miksch <jakob@meggsimum.de>
2025-01-06 08:58:03 -08:00
..
src feat(plugin): add plugin-chart-cartodiagram (#25869) 2025-01-06 08:58:03 -08:00
test refactor: Creates the VizType enum (#31193) 2024-11-29 10:05:02 -03:00
types chore(frontend): Spelling (#19676) 2023-02-02 11:23:11 -07:00
CHANGELOG.md build(packages): npm build/publish improvements. Making packages publishable again. (#30196) 2024-12-10 16:54:41 -07:00
README.md docs: replace broken david badges with libraries.io (#27903) 2024-04-04 23:00:23 -06:00
package.json build(deps-dev): update @types/node requirement from ^22.5.4 to ^22.10.3 in /superset-frontend/packages/superset-ui-core (#31672) 2025-01-02 08:30:48 -08:00
tsconfig.json refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00

README.md

@superset-ui/core

Version Libraries.io

Description

Example usage

import { xxx } from '@superset-ui/core';

API

fn(args)

  • TBD

Development

@data-ui/build-config is used to manage the build configuration for this package including babel builds, jest testing, eslint, and prettier.