Skip to content

patternfly-labs/ui-builder

Repository files navigation

PatternFly Labs_ UI Builder

A sandbox where you can play with PatternFly components!

Demo: https://pf-ui-builder.surge.sh/

Setup

npm i

UI

// launch UI in http://localhost:8085/
npm run start:ui

VSCode

npm run build:all
Press F5 to launch VSCode extension editor

Create a new file or open a file with this content:

<Page>
  <PageSection>
    <Button>
      Button within a section
    </Button>     
  </PageSection>  
</Page>

Open the command palette (SHIFT+CMD+P) and look for UI Builder and hit enter. A new side view should pop up. It might be necessary to expand the width of the side view to show the elements properly (due to the code still being WIP).

If you make changes under src/builder run npm run build:ui

If you make any other changes under src run npm run build:vs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published