Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Adornments support in Input component #2354

Merged
merged 20 commits into from
Aug 4, 2022
Merged
Prev Previous commit
Next Next commit
♻️ back to new input
mimarz committed Aug 3, 2022
commit ec378bb5fe233d47cb19f182c260e83a3681cda0
2 changes: 1 addition & 1 deletion packages/eds-core-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ export * from './components/Menu'
export * from './components/Pagination'
export * from './components/Select'
export * from './components/Label'
export * from './components/OldInput'
export * from './components/Input'
export * from './components/Checkbox'
export * from './components/Radio'
export * from './components/Switch'