import { Meta } from '@storybook/addon-docs/blocks'; # Getting Started ## Installing You can install NCore Web (ncore-web) with [NPM](https://www.npmjs.com/package/ncore-web) or Yarn. - NPM: `npm install ncore-web --save` - YARN: `yarn add ncore-web` ## Configuration You must wrap with NCoreProvider your outermost component. This is important for tools such as theme and localization to be active. NCoreProvider allows with a prop named "configs" you to make changes to themes and language packs and select initial theme and initial language. ```jsx