superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-control-utils
Phillip Kelley-Dotson 307fb23bd6 feat(control-utils): add infotooltipwithtrigger (#442)
* PR to merge packges for controls migration

* fix: add bootstrap

* fix: change tooltip to tsx

* fix: types

* fix: tsx error

* appease linter, enhance a11y

* addressing PR feedback

* tweaking bootstrap types

* fix test

* test enter key

* moar tests

* code > key

* ugh fine

Co-authored-by: Phillip Kelley-Dotson <pkd@pkd.lan>
Co-authored-by: David Aaron Suddjian <aasuddjian@gmail.com>
2021-11-26 11:46:13 +08:00
..
src feat(control-utils): add infotooltipwithtrigger (#442) 2021-11-26 11:46:13 +08:00
test feat(control-utils): add infotooltipwithtrigger (#442) 2021-11-26 11:46:13 +08:00
package.json feat(control-utils): add infotooltipwithtrigger (#442) 2021-11-26 11:46:13 +08:00
README.md feat(control-utils): add packages control-utils (#417) 2021-11-26 11:46:09 +08:00

@superset-ui/control-utils

Version David (path)

Description

Example usage

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

API

fn(args)

  • Do something

Development

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