Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.4 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.4 KB

Alfresco - Simply a better way to create amazing digital experiences

ADF Storybook

Project made for building UI components and pages in isolation. Main purpose is to replace ADF Demo-Shell in favour of ADF Storybook.

ADF Components list

Component Status
CardView Done
Datatable Done
Buttons menu Done
UserInfo Done
Viewer Done
Toolbar Done
Document List In progress
Content Metadata Card Done
Upload Button None

ADF Pipes list

Pipe Status
App config Done
Decimal number Done
File size Done
Format space Done
Full name Done
Localized date Done
Mime type icon Done
Multi value Done
Node name tooltip Done
Text highlight Done
Time ago Done
User initial Done

Build setup

# install dependencies
npm install

# run storybook locally on http://localhost:6006/
npm run storybook

Please refer to the Storybook docs for more details.