
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@knovator/data-import-widget
Advanced tools
`@knovator/data-import-widget` is built to communicate easily with `@knovator/data-import` application.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
It provides user side of part for already generated templates and allow user to import data into their database system. For more info about backend application, please visit knovator/data-import.
To use data-import-widget
in your application you need ReactJS or NextJS application ready.
npx create-react-app my-app
cd my-app
npm start
npm i @knovator/data-import-widget
data-import-widget
is easy to use, it listens to click event on it's children and based on that it will open modal for importing files.
import DataImport from '@knovator/data-import-widget'
function App() {
return (<div>
<DataImport >
<button> Import data </button>
</DataImport>
</div>)
}
.xlsx
, .csv
).Props | Required ? | Type | Use Case |
---|---|---|---|
onNotify | false | function | `{type: 'success' |
getAdditionalInfo | false | function | it can be used if you need to pass addition data to the proccess file |
projectCode | true | string | You need to pass your project code to load templates. |
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.
Knovator Technologies
Project Link: https://github.com/knovator/data-import-widget
FAQs
Unknown package
We found that @knovator/data-import-widget demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.