mirror of
https://github.com/esiur/iui.git
synced 2026-04-05 07:28:22 +00:00
initial commit
This commit is contained in:
14
src/Data/DataList.js
Normal file
14
src/Data/DataList.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import IUIElement from "../Core/IUIElement.js";
|
||||
|
||||
export default IUI.module(class DataList extends IUIElement
|
||||
{
|
||||
constructor(properties)
|
||||
{
|
||||
super(properties);
|
||||
}
|
||||
|
||||
create()
|
||||
{
|
||||
this.style.display = "none";
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user