Package Exports
- smartling-ui-elements
- smartling-ui-elements/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (smartling-ui-elements) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Smartling Integration Components
React component library for Smartling integration providing UI components and context providers for translation management workflows.
Features
- SmartlingProvider - Global context provider for authentication and state management
- JobSelector - Job selection with filtering capabilities
- ProjectSelector - Project selection component
- LanguageSelector - Single/multi language selection
- NewJobProvider - Context and UI for creating translation jobs
Commands
# Start development server
npm start
# Build library for production
npm run build
# Run tests
npm testDocumentation
See the docs/ folder for detailed component documentation.