
Product
Introducing GitHub Actions Scanning Support
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
@dagster-io/ui-components
Advanced tools
This project contains the core React UI component library used by Dagster products.
While published as a public package, it is not intended for use outside Dagster code, and is not currently supported for public consumption.
Semver usage is likely to be inconsistent, and new versions may be published with breaking changes without warning.
yarn add @dagster-io/ui-components
Note that the library currently includes a lot of peer dependencies. Be sure to install these.
If necessary, add font styles to your application root and use them in your global styles.
If you are importing fonts via some other means (e.g. Google Fonts API) you may not need to do this.
import {FontFamily, GlobalInter} from '@dagster-io/ui-components`;
import {createGlobalStyle} from 'styled-components';
const GlobalStyle = createGlobalStyle`
* {
font-family: ${FontFamily.default}; /* Default font is Inter */
}
`;
const MyAppRoot = () => (
<>
<GlobalInter />
<GlobalStyle />
<div>
/* Your app */
</div>
</>
);
import {Box, Button, Color, Icon} from '@dagster-io/ui-components';
The rollup build specifies certain common components to be split into their own bundles to allow consumers to minimize their bundle size and avoid importing the entire library, since it currently contains a lot of complex, heavy components that you may not need.
If you find that your import of a specific component has blown up your build size, we can add it to the input list in rollup.config.js to split it into its own bundle.
If necessary, add Blueprint CSS. Some components require underlying Blueprint styles. Many do not.
How do I know if I need Blueprint?
bp3 CSS class, you need Blueprint CSS./* blueprint.css */
@import '@blueprintjs/core/lib/css/blueprint.css';
@import '@blueprintjs/icons/lib/css/blueprint-icons.css';
@import '@blueprintjs/select/lib/css/blueprint-select.css';
@import '@blueprintjs/table/lib/css/table.css';
@import '@blueprintjs/popover2/lib/css/blueprint-popover2.css';
import './blueprint.css';
export const MyAppRoot = () => ...;
FAQs
Dagster UI Component Library
The npm package @dagster-io/ui-components receives a total of 548 weekly downloads. As such, @dagster-io/ui-components popularity was classified as not popular.
We found that @dagster-io/ui-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.

Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.

Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.