0.0.22 • Published 12 months ago
@financial-times/pro-ask-ft-kit v0.0.22
Pro Ask FT kit
This package contains the Shared utils between App and Web versions & UI components for App version, which will give us the freedom to develop our components in isolation using TS & React giving us a better DevX
Install
npm install @financial-times/pro-ask-ft-kitStructure
lib/
├── components/
│ └── mobile/ # components for mobile app
│ └── web/ # components for the web app
├── hooks/ # shared hooks
└── utils/ # shared util functionsTools
- The project is using storybook for better development experience for the components
- Vite for faster load time
Contribution
Setup
- Install the dependencies
npm install - Run storybook
npm run storybook
Push new version
To publish a new version
npm run bump:(patch/minor/major)patch: Fixes bugs in a backward-compatible way.
minor: Adds new, backward-compatible functionality.
major: Introduces breaking changes that are not backward compatible.
0.0.22
12 months ago
0.0.21
12 months ago
0.0.20
1 year ago
0.0.19
1 year ago
0.0.18
1 year ago
0.0.17
1 year ago
0.0.16
1 year ago
0.0.15
1 year ago
0.0.14
1 year ago
0.0.13
1 year ago
0.0.12
1 year ago
0.0.11
1 year ago
0.0.10
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago