superset/superset-frontend/packages/superset-ui-core
Antonio Rivero 1d9a761de5
feat(sqllab): SQLEditor Extension (#24205)
2023-06-01 15:30:26 -04:00
..
src feat(sqllab): SQLEditor Extension (#24205) 2023-06-01 15:30:26 -04:00
test fix: repeated color in the same chart (#23762) 2023-05-19 14:48:54 -07:00
types chore(frontend): Spelling (#19676) 2023-02-02 11:23:11 -07:00
CHANGELOG.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
README.md refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
package.json docs: cleanup references to `apache-superset/superset-ui` (#23796) 2023-04-25 09:18:27 -06: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 David (path)

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.